In This Topic
Represents an enum value that can be specified as a literal or as an expression.
Object Model
Syntax
'Declaration
Public Class RdlEnum(Of As {New, Struct})
Inherits RdlProp
public class RdlEnum<> : RdlProp
where T: new(), struct
Type Parameters
Inheritance Hierarchy
See Also